home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compatibles PC Magazine 22
/
PC Mag HS 22 CD2.iso
/
sharewar
/
win
/
help&web
/
hcompile.ba_
/
hcompile.ba
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-18
|
266 b
|
9 lines
@echo off
rem syntaxe hcompile.bat compilateur projet repertoire_projet
echo Traduction au format RTF realisee par HELP Facile
echo Copyright (c) ESCOT-SEP Christophe 1995. All rights reserved
cd %3
%1 %2.hpj
echo.
echo Fin de la compilation de %2
Pause